projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f7a02
)
* lisp/bind-key.el (personal-keybindings): Autoload it (bug#68999).
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 10 Feb 2024 09:10:08 +0000
(11:10 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 10 Feb 2024 09:10:08 +0000
(11:10 +0200)
lisp/bind-key.el
patch
|
blob
|
history
diff --git
a/lisp/bind-key.el
b/lisp/bind-key.el
index 94a39f795cd5e6ba5602ccc5cd4b4ab98da41add..378ad69b2bcd7fb8e445aea768dc7644598f55b5 100644
(file)
--- a/
lisp/bind-key.el
+++ b/
lisp/bind-key.el
@@
-155,6
+155,7
@@
add keys to that keymap."
(add-to-list 'emulation-mode-map-alists
`((override-global-mode . ,override-global-map)))
+;;;###autoload
(defvar personal-keybindings nil
"List of bindings performed by `bind-key'.